home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / cdity / centerwin27src.lha / CenterWIN / misc / History.log < prev    next >
Text File  |  1996-10-01  |  2KB  |  94 lines

  1. /*
  2. **  $VER: CenterWIN 2.7 (01 Okt 1996)  **
  3. **
  4. **        © 1996 Timo C. Nentwig
  5. **          all rights reserved !
  6. **
  7. ** ======================================
  8. **
  9. **  Language:
  10. **  ¯¯¯¯¯¯¯¯
  11. **
  12. **    Program is compiled by SAS/C
  13. **
  14. **
  15. **  Purpose:
  16. **  ¯¯¯¯¯¯¯
  17. **
  18. **    Do following by hotkey:
  19. **
  20. **        · Center active window
  21. **
  22. **        · Put active window under
  23. **          window -> Parent
  24. **
  25. **        · Zip active window
  26. **
  27. **  Requirements:
  28. **  ¯¯¯¯¯¯¯¯¯¯¯¯
  29. **
  30. **    AmigaOS v37+
  31. **
  32. **  Bugs:
  33. **  ¯¯¯¯
  34. **
  35. **
  36. **
  37. **  ToDo:
  38. **  ¯¯¯¯
  39. **
  40. **
  41. **
  42. **  Notes:
  43. **  ¯¯¯¯¯
  44. **
  45. **
  46. ** ======================================
  47. **
  48. **  History:
  49. **  ¯¯¯¯¯¯¯
  50. **    CNG:    Changed
  51. **    IMP:    Improved
  52. **    REM:    Removed
  53. **    ADD:    Added
  54. **    OVW:    Overworked
  55. **    REW:    Rewritten
  56. **    FIX:    Fixed
  57. **
  58. **
  59. ///     1.0
  60. **
  61. **  >>>>>>>>>>>    V1.0
  62. **
  63. **  01 Apr 1996    initial release
  64. **
  65. **
  66. ///
  67. ///     2.x
  68. **
  69. **  >>>>>>>>>>>    V2.x
  70. **
  71. **  26 Apr 1996 - 2.0 : completely overworked (CenterWindow -> CenterWIN)
  72. **                      now works by hotkey
  73. **  27 Apr 1996 - 2.1 : HOTKEY -> KEY_CENTER
  74. **                      add: KEY_PARENT -> put window under window -> parent
  75. **
  76. **  27 Apr 1996 - 2.2 : KEY_PARENT: Care if win -> Parent has WFLG_DRAGBAR
  77. **                      add: Tooltype FullHeight
  78. **
  79. **  30 Apr 1996 - 2.3 : add: KEY_ZIP
  80. **
  81. **  18 May 1996 - 2.4 : fix: KEY_ZIP also worked when window didn't have a zip gadget
  82. **
  83. **  24 Aug 1996 - 2.5 : fix: bug in window zipping
  84. **
  85. **  28 Sep 1996 - 2.6 : executable size optimized by about 50%
  86. **
  87. **  01 Okt 1996 - 2.7 : minor bug fixes and improvements
  88. **
  89. **
  90. ///
  91. **
  92. */
  93.  
  94.